home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_054 / ispell / types.h < prev   
Text File  |  1992-05-06  |  154b  |  7 lines

  1. /*  Normally found in <sys/types.h> */
  2. typedef unsigned short ushort;
  3. typedef ushort ino_t;
  4. typedef short dev_t;
  5. typedef long off_t;
  6. typedef long time_t;
  7.